[NET] front: Restore 16 bytes of reservation
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Sat, 12 Aug 2006 14:56:00 +0000 (15:56 +0100)
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Sat, 12 Aug 2006 14:56:00 +0000 (15:56 +0100)
commitd086c32a4ac19333a9f2470454e624b3cffbefe7
treefa97efbab6a86f67bb73d0d6317f0f62362a13ae
parent5940b606bacc720faaee2fa48d63db170e5c5df0
[NET] front: Restore 16 bytes of reservation

By replacing dev_alloc_skb with alloc_skb we need to do the 16-byte
reservation ourselves.  Also, it's unnecessary to align the size
when calling alloc_skb since the alignment is an implementation
detail of alloc_skb and it already takes care of it for us.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c